Copies the entire ListWithEvents<T> to a compatible one-dimensional array, starting at the specified index of the target array..
public void CopyTo(
T[] array,
int arrayIndex
)
Public Sub CopyTo( _
ByVal array() As T, _
ByVal arrayIndex As Integer _
)
public:
void CopyTo(
_array<T^>^_ array,
int arrayIndex
)
array
The one-dimensional Array that is the destination of the elements copied from ListWithEvents<T>. The Array must have zero-based indexing.
arrayIndex
The zero-based index in array at which copying begins.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET